[INFO] fetching crate sprsdata 0.1.1...
[INFO] fixing sprsdata-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate sprsdata 0.1.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate sprsdata 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sprsdata 0.1.1
[INFO] tweaked toml for crates.io crate sprsdata 0.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sprsdata 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sprsdata 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitvec_simd v0.20.5
[INFO] [stderr]   Downloaded likely_stable v0.1.3
[INFO] [stderr]   Downloaded sparsey v0.13.3
[INFO] [stderr]   Downloaded atomic_refcell v0.1.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6
[INFO] running `Command { std: "docker" "start" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking bencher v0.1.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling likely_stable v0.1.3
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking sparsey v0.13.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking bitvec_simd v0.20.5
[INFO] [stderr]     Checking sprsdata v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> tests/set_uge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sprs::{Key, set::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> tests/set_uge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sprs::{Key, set::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SparSet` in this scope
[INFO] [stdout]   --> tests/set_uge.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut set = SparSet::<Key>::new(Key::MAX as usize);
[INFO] [stdout]    |                   ^^^^^^^ use of undeclared type `SparSet`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::set::SparSet;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SparSet` in this scope
[INFO] [stdout]   --> tests/set_uge.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let mut set = SparSet::<Key>::new(Key::MAX as usize);
[INFO] [stdout]    |                   ^^^^^^^ use of undeclared type `SparSet`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::set::SparSet;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> benches/map_mut.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> benches/set_ref.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> benches/map_mut.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> benches/set_ref.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> tests/map_uge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sprs::{Key, map::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]   --> benches/ext_ref.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout]    |                            ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::Key;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Key`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 29 -     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout] 29 +     let tmp = black_box(0..Key::MAX as usize)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> tests/map_uge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sprs::{Key, map::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> benches/map_ref.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> benches/map_ref.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (test "set_uge") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sprsdata` (bench "set_ref") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]   --> benches/ext_mut.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout]    |                            ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::Key;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Key`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout] 15 +     let tmp = black_box(0..Key::MAX as usize)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]   --> benches/ext_mut.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout]    |                            ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::Key;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Key`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -     let tmp = black_box(0..sprs::Key::MAX as usize)
[INFO] [stdout] 35 +     let tmp = black_box(0..Key::MAX as usize)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SparMap` in this scope
[INFO] [stdout]   --> tests/map_uge.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let mut map = SparMap::<_, _>::new(Key::MAX as usize);
[INFO] [stdout]    |                   ^^^^^^^ use of undeclared type `SparMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::map::SparMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SparMap` in this scope
[INFO] [stdout]   --> tests/map_uge.rs:49:19
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut map = SparMap::<_, _>::new(Key::MAX as usize);
[INFO] [stdout]    |                   ^^^^^^^ use of undeclared type `SparMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sprsdata::map::SparMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (bench "map_ref") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `sprs` in this scope
[INFO] [stdout]  --> benches/set_mut.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sprs`
[INFO] [stdout]  --> benches/set_mut.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sprs::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `sprs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sprs`, use `cargo add sprs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (bench "set_mut") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (bench "ext_mut") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (bench "map_mut") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (bench "ext_ref") due to 1 previous error
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sprsdata` (test "map_uge") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6", kill_on_drop: false }`
[INFO] [stdout] f5eff8c1d758595225a9879c5f8a77504d3610f4356fbcee018f775a36643bf6
